PowerSNMP for .NET
Engine Constructor(Byte[],Int32,Int32)




Used to initialize Id.
Used to initialize Boots.
Used to initialize Time.
Constructor initializes properties to the provided values.
Syntax
Public Function New( _
   ByVal id() As Byte, _
   ByVal boots As Integer, _
   ByVal time As Integer _
)
Dim id() As Byte
Dim boots As Integer
Dim time As Integer
 
Dim instance As New Engine(id, boots, time)
public Engine( 
   byte[] id,
   int boots,
   int time
)
public: Engine( 
   byte[]* id,
   int boots,
   int time
)
public:
Engine( 
   array<byte>^ id,
   int boots,
   int time
)

Parameters

id
Used to initialize Id.
boots
Used to initialize Boots.
time
Used to initialize Time.
See Also

Reference

Engine Class
Engine Members
Overload List

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic